home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_1 / appt.tar / appt.txt < prev   
Text File  |  1990-03-21  |  5KB  |  129 lines

  1.  
  2.                               APPT.TXT File
  3.  
  4.                     (c) Hewlett-Packard Company, 1990.
  5.  
  6.  
  7. OVERVIEW
  8. --------
  9.  
  10. The APPT application supports personal time management on the HP 48. You
  11. can scroll through dates presented in calendar format, and then view, add,
  12. edit, delete, or acknowledge appointments or reminders for the selected date.
  13.  
  14. (Don't use this application to set control alarms. See the HP 48 Owner's
  15. Manual for instructions.)
  16.  
  17.  
  18. PROCEDURE
  19. ---------
  20.  
  21.  1.  Using Kermit, transfer the APPT and APDIR files from your computer
  22.      into the HOME directory on your HP 48.
  23.  
  24.  2.  Press [VAR] {APPT} to start the program.
  25.  
  26.  3.  Optional: Display the desired calendar day using the {GOTO} key. (You do
  27.      not have to display the calendar day to add an appointment.)
  28.  
  29.  4.  Select the desired menu key and complete the operation.
  30.  
  31.  5.  Press {STOP} to exit the program.
  32.  
  33. -------------------------------------------------------------------------------
  34. NOTE: If you press a menu key in error that results in a prompt for input,
  35.       just press [ENTER] as directed and then either press {ABORT} or
  36.       reenter the information.
  37. -------------------------------------------------------------------------------
  38.  
  39.  
  40. MENU KEYS
  41. ---------
  42.  
  43. {FIND} --Prompts for search string; searches for the specified string in
  44.          the appointment messages (ignores control alarms). The displayed 
  45.          calendar must be January, 1990 or later. The search ignores any 
  46.          information preceding the displayed date.
  47.  
  48. {GOTO} --Prompts for and displays specified calendar day.
  49.  
  50.  {ADD} --Prompts for information to add an appointment.
  51.          {DATE} - Prompts for specified day.
  52.          {TIME} - Prompts for appointment time (24-hour format).
  53.           {MSG} - Prompts for optional message (alpha mode automatically
  54.                   locks). 
  55.           {RPT} - Prompts for number representing interval between repeating
  56.                   appointment/reminder; prompts for interval unit {WEEK}, 
  57.                   {DAY}, {HOUR}, {MIN}, {SEC}, or {NONE}.
  58.           {SET} - Sets appointment and returns to last displayed calendar menu.
  59.          {ABRT} - Returns to calendar menu without adding appointment.
  60.  
  61. {UPLD} --Uploads specified block of appointments to computer. Prompts for start
  62.          and end dates of appointments.
  63.  
  64. {APPTS}--Returns all appointments for highlighted date; displays new menu keys.
  65.          {EDIT} - Allows you to modify appointment with the ADD menu keys.
  66.           {ACK} - Prevents the alarm sound when the appointment comes due;
  67.                   repeat alarms will not be repeated.
  68.           {DEL} - Deletes selected appointment.
  69.           {ADD} - Diplays the ADD menu to add an appointment.
  70.          {VIEW} - Displays the selected appointment's message.
  71.           {RTN} - Returns to the calendar menu.
  72.  
  73. {STOP} --Exits the application.
  74.  
  75.  
  76.             [+] - Scrolls calendar display forward 1 month.
  77.             [-] - Scrolls calendar display backward 1 month.
  78.  
  79. [left-shift][+] - Scrolls calendar display forward 1 year.
  80. [left-shift][-] - Scrolls calendar display backward 1 year.
  81.  
  82.  
  83.  
  84. EXAMPLE
  85. -------
  86. Assume that it's February 7, 1990 and you want to set an appointment for 
  87. August 27, 1990, at 2:30 pm, to repeat every two weeks.
  88.  
  89.  1.  Press {right-shift}{HOME}{VAR}{APPT} to start the application.
  90.  
  91.  2.  Optional: Use {GOTO} to display the August 27, 1990 calendar day.
  92.  
  93.  3.  Press {ADD} to add an appointment.
  94.  
  95.  4.  Press {DATE} 8.271990 [ENTER] to enter the date.
  96.  
  97.  5.  Press {TIME} 14.30 [ENTER] to enter the 2:30 time in 24-hour format.
  98.  
  99.  6.  Press {MSG} Staff meeting [ENTER] to enter the reminder message. (Note
  100.      that alpha locks automatically.)
  101.  
  102.  7.  Press {RPT} 2 [ENTER] {WEEK} to repeat the appointment every two weeks.
  103.  
  104.  8.  Press {SET} to set the appointment. 
  105.  
  106.  9.  If necessary, {GOTO} August 27, 1990. Press {APPTS} to verify that 
  107.      the appointment is set. 
  108.  
  109. 10.  Press {RTN} to return to the main menu. Use {GOTO} to display the
  110.      February 7, 1990 calendar.
  111.  
  112. 11.  Press {FIND} staff [ENTER] to display the next appointment that has a  
  113.      "staff" message associated. Remember, the search begins on the currently
  114.      highlighted displayed calendar day and searches forward.
  115.  
  116. 12.  Press {STOP} to exit the application.
  117.  
  118.  
  119. -------------------------------------------------------------------------------
  120. NOTE: APDIR is a directory containing programs and variables used by the APPT
  121.       application.  All you need to use to run the application is APPT.
  122.       
  123.       If an incorrect key press interrupts the operation of APPT, the directory
  124.       path to APDIR appears at the top of your display.  To return to the HOME
  125.       directory, press [right-shift][HOME].
  126. -------------------------------------------------------------------------------
  127.  
  128.  
  129.